home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbloginfree.man < prev    next >
Text File  |  1993-04-22  |  876b  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89              dbloginfree
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbloginfree
  6.  
  7.   FUNCTION:
  8.        Free a login record.
  9.  
  10.   SYNTAX:
  11.        void dbloginfree(loginptr)
  12.  
  13.        LOGINREC  *loginptr;
  14.  
  15.   COMMENTS:
  16.  
  17.        o dblogin() provides a LOGINREC structure for use with  dbopen().
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbloginfree             Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          Once the application has  made  all  its  dbopen()  calls,  the
  27.          LOGINREC structure is no longer necessary.  dbloginfree() frees
  28.          the memory associated with the specified LOGINREC structure.
  29.  
  30.   PARAMETERS:
  31.        loginptr -  A pointer to a LOGINREC structure.
  32.  
  33.   RETURNS:
  34.        None.
  35.  
  36.   SEE ALSO:
  37.        dblogin, dbopen
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.